ArcGIS API for Silverlight - Library Reference
ConvexHullAsync(IList<Graphic>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > ConvexHullAsync Method : ConvexHullAsync(IList<Graphic>) Method

graphics
The graphics.
The convexHull operation is performed on a geometry service resource. It returns the convex hull of the input geometry. The input geometry can be a point, multipoint, polyline or polygon. The hull is typically a polygon but can also be a polyline or point in degenerate cases.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ConvexHullAsync( _
   ByVal graphics As IList(Of Graphic) _
) 
C# 
public void ConvexHullAsync( 
   IList<Graphic> graphics
)

Parameters

graphics
The graphics.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.